Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Enable the receiver in the UART termios (options). #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

terzakig
Copy link

In most systems, usually the CREAD bit is on, so the termios structure in the configuration inside the piksi_open() function typically works (for instance, in the case of a serial-to-USB adapter on a PC). We found that this is not the case with the beaglebone black (and probably many other embedded platforms). The bit must be set, otherwise in most cases (sometimes you might get lucky if the bit is ON from previous UART use by another program) the driver will not intercept the data.

Regards

George Terzakis and Jaime Conde
Dynium Robot

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant